projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a04eba9
)
tegra2: Always build with USE_PRIVATE_LIBGCC=yes.
author
Thierry Reding
<
[email protected]
>
Thu, 17 Nov 2011 00:04:05 +0000
(
00:04
+0000)
committer
Albert ARIBAUD
<
[email protected]
>
Sat, 24 Dec 2011 09:23:31 +0000
(10:23 +0100)
The AVP on Tegra2 doesn't boot properly when U-Boot is linked against
the GCC provided libgcc. To work around this, always build and link
against a private libgcc for Tegra2-based boards.
Signed-off-by: Thierry Reding <
[email protected]
>
Tested-by: Simon Glass <
[email protected]
>
Signed-off-by: Tom Warren <
[email protected]
>
arch/arm/cpu/armv7/tegra2/config.mk
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/tegra2/config.mk
b/arch/arm/cpu/armv7/tegra2/config.mk
index 8f9bdc9ff02d7e90da67576b91a24f37bb762429..2303dba0790baea724aa55da87e2d85974241123 100644
(file)
--- a/
arch/arm/cpu/armv7/tegra2/config.mk
+++ b/
arch/arm/cpu/armv7/tegra2/config.mk
@@
-29,3
+29,5
@@
ifdef CONFIG_TEGRA2
CFLAGS_arch/arm/lib/board.o += -march=armv4t
endif
+
+USE_PRIVATE_LIBGCC = yes